Undocumented functions of NTDLL

2OOO, 14 December


RtlReAllocateHeap
RtlReAllocateHeap

NTSYSAPI 
PVOID
NTAPI

RtlReAllocateHeap(
IN PVOID HeapHandle, IN ULONG Flags, IN PVOID MemoryPointer, IN ULONG Size );



Kernel32.dll HeapReAlloc maps directly to RtlReAllocateHeap. All parameters are descripted in Ms SDK.



Documented by:
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
RtlAllocateHeap
RtlCreateHeap
RtlFreeHeap